home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p17-20 / 00283_Script_283 < prev    next >
Text File  |  1994-06-21  |  473b  |  26 lines

  1. -- P18S13 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 13
  5.   set NumFrames = 16
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,5)
  9.   setAppearTime(1,1*60)
  10.   setAppearTime(2,3*60)
  11.   setAppearTime(3,3*60)
  12.   setAppearTime(4,4*60)
  13.   setAppearTime(5,4*60)
  14.   
  15.   global theGauge
  16.   mSetLevel(theGauge, Step)
  17.   
  18.   global LastQT
  19.   set LastQT = "P18S13"
  20.   cursor 4
  21.   preLoadCast the number of cast LastQT  
  22.   
  23.   setUpFastFwd()
  24.   cursor -1
  25. end
  26.